sdvaluecolorrgb module¶
-
class
sd.api.sdvaluecolorrgb.SDValueColorRGB(APIContext, handle, *args, **kwargs)¶ Bases:
sd.api.sdvaluevector.SDValueVector-
get() → sd.api.sdbasetypes.ColorRGB¶ Get the base type value as ColorRGB
-
getClassName() → str¶ Returns the most specific name of the class this APIObject is
-
getType() → Optional[sd.api.sdtype.SDType]¶ Get the value type as string
-
release() → None¶ Releases an APIObject
-
static
sNew(value: sd.api.sdbasetypes.ColorRGB) → sd.api.sdvaluecolorrgb.SDValueColorRGB¶ Create new SDValueColorRGB
- Parameters
value – The name of the enum type
-